| Export to DBF {GCDkit} | R Documentation |
This function serves for exporting the specified data into DBF (dBase III) format
(using the function 'write.dbf' of the package 'foreign').
dbfExport(what=cbind(labels,WR), transpose=FALSE)
what |
a matrix or data frame |
transpose |
logical; transpose the data frame? |
The function dbfExport outputs the specified data. Note that it
cannot handle lists.
None.
This function is not available on 64-bit systems!
The RODBC package was written by Brian Ripley.
Vojtěch Janoušek, vojtech.janousek@geology.cz
'write.dbf' 'excelExport'
'excel2007Export' 'accessExport'
## Not run:
dbfExport(results) # Saves the last calculated results
## End(Not run)